{
  "name": "Caverns of Reflection",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 30800,
      "name": "Cave Mouth",
      "exits": {
        "North": 30803,
        "East": 30802,
        "West": 30801
      }
    },
    {
      "id": 30801,
      "name": "Path Through the Mountain Foothills",
      "exits": {
        "East": 30800
      }
    },
    {
      "id": 30802,
      "name": "Path Through the Mountain Foothills",
      "exits": {
        "West": 30800
      }
    },
    {
      "id": 30803,
      "name": "Tunnel Entrance",
      "exits": {
        "North": 30804,
        "South": 30800
      }
    },
    {
      "id": 30804,
      "name": "Dark Tunnel",
      "exits": {
        "North": 30805,
        "South": 30803
      }
    },
    {
      "id": 30805,
      "name": "Dark Tunnel",
      "exits": {
        "South": 30804,
        "Up": 30806
      }
    },
    {
      "id": 30806,
      "name": "Above a Small Ledge",
      "exits": {
        "East": 30807,
        "Down": 30805
      }
    },
    {
      "id": 30807,
      "name": "Small Passageway",
      "exits": {
        "West": 30806
      }
    }
  ]
}